summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/examples/pdb.asy
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/utils/asymptote/examples/pdb.asy')
-rw-r--r--Build/source/utils/asymptote/examples/pdb.asy4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/examples/pdb.asy b/Build/source/utils/asymptote/examples/pdb.asy
index ad86d5172c4..41cd29faaf0 100644
--- a/Build/source/utils/asymptote/examples/pdb.asy
+++ b/Build/source/utils/asymptote/examples/pdb.asy
@@ -2,7 +2,7 @@ import three;
import cpkcolors;
// A sample Protein Data Bank file for this example is available from
-// http://ndbserver.rutgers.edu/ftp/NDB/coordinates/na-biol/100d.pdb1
+// http://ndbserver.rutgers.edu/files/ftp/NDB/coordinates/na-biol/100d.pdb1
currentlight=White;
//currentlight=nolight;
@@ -10,7 +10,7 @@ currentlight=White;
defaultrender.merge=true; // Fast low-quality rendering
//defaultrender.merge=false; // Slow high-quality rendering
bool pixel=false; // Set to true to draw dots as pixels.
-real width=10*linewidth(currentpen);
+real width=10;
size(200);
currentprojection=perspective(30,30,15);